Intern the action's name. Saves two string duplicates of it per action;
authorChristian Persch <chpe@gnome.org>
Tue, 10 Jul 2007 22:18:08 +0000 (22:18 +0000)
committerChristian Persch <chpe@src.gnome.org>
Tue, 10 Jul 2007 22:18:08 +0000 (22:18 +0000)
commitbd48f263ceb208d8bc2a7582a713aa4014791d61
tree55688893c07a4b04055602b59798006bc0da6130
parent2048ec5925a4f94b8485ac0db1582e200e3799a9
Intern the action's name. Saves two string duplicates of it per action;

2007-07-11  Christian Persch  <chpe@gnome.org>

* gtk/gtkaction.c: (gtk_action_buildable_set_name),
(gtk_action_finalize), (gtk_action_set_property),
(gtk_action_get_property):
* gtk/gtkactiongroup.c: (gtk_action_group_init),
(gtk_action_group_add_action),
(gtk_action_group_add_action_with_accel),
(gtk_action_group_remove_action): Intern the action's name. Saves two
string duplicates of it per action; bug #455645.

svn path=/trunk/; revision=18441
ChangeLog
gtk/gtkaction.c
gtk/gtkactiongroup.c